@charset "utf-8";
/* CSS Document */


/******通用******/
html, body{
    padding:0;
    margin:0;
    width:100%;

}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
}
button{
    border:none;
    outline:none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section{
    display:block;
}
ol, ul{
    list-style:none;
}
*{
    padding:0;
    margin:0;
    font-family: "微软雅黑";
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    letter-spacing:0px;
}
ol, ul{
    list-style:none;
}
a{
    cursor:hand;
}
a:hover{
    text-decoration:none;
}
ins, a{
    text-decoration:none;
    cursor:pointer;
}
input {
    border: none;
    border-radius: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
*:focus{ outline: 0;}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    height: inherit;
    line-height: inherit;
    width: 100%;
    font-size: 12px;
    color: #555;
    background: none;
    line-height: 10px \9;
}
body{
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    background: #ffffff;
}
img{
    border: none;
}
/******通用END******/
/*IE CSS3 兼容*/


.no_border{
    border:none;
}

/*投影*/
.box_shdow_A{
    box-shadow:0 3px 7px #b3b3b3;
    -webkit-box-shadow: 0 3px 7px #b3b3b3;
    -moz-box-shadow: 0 3px 7px #b3b3b3;
}

/*圆角*/
.border_radius_A{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

/*单行文字溢出省略号*/
.textOverflow{
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}

/*文本两端对齐*/
.alignText{
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:justify;
    text-align:right \9;
}

/*输入框*/
.input_text{
    border:1px solid #e0e0e0;
}
.c1{
    height: 30px;
}
/*取消浮动影响*/
.clearboth{
    clear:both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}




/*   首页   */
.header-nav {
    background-color: #fff;

}

.header-nav.navbar{
    border-radius: 0;
    margin-bottom: 0;
}
.header-nav.navbar>.container-fluid .navbar-brand{
    height: inherit;
}
.navbar-brand>.nav-logo-2{
    display: none;
}
.header-nav .navbar-brand{
    padding: 0;
}

.search-form{
    display: none;
}

.nav>li.search-form{
    display: none;
}

.header-nav-top-btns{
    z-index: 112;
    position: absolute;
    top: 8px;
    right: 20px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: scroll-nav-op-a;
    animation-name: scroll-nav-op-a;

}
.scroll-nav .header-nav-top-btns{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: scroll-nav-op;
    animation-name: scroll-nav-op;
}

.banner-box .carousel-control{
    background: none;
}

.banner-box .carousel-inner{
    height: 100%;
}
.navbar-default{
    border: none;
}
.banner-box .item{
    height: 100%;
}
.product-box{
    background-color: #fafafa;
}
.product-box .tab-menu.nav-tabs{
    border: none;
    padding: 0;
}
.product-box .tab-menu .col-lg-12{
    padding: 0;
}
.product-box .tab-menu.nav-tabs>li>a{
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
.product-box .tab-menu.nav-tabs>li.active>a{
    background-color: #1a498f;
    color: #ffffff;
    font-weight: bold;
}
.product-box .tab-menu.nav-tabs>li{
    margin: 0;
}
.product-content{
    height: 100%;
}
/*.product-content:hover{
    background-color: #edf6fe;
}*/
.tab-content .tab-pane{
    height: 100%;
}
.product-content .content{
    width: 200px;
    margin: 0 auto;
}
.product-content .content>img{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.product-content .content h3{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    color: #333333;
}
.product-box .tab-menu.nav-tabs>li>a .icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    margin-bottom: -7px;
    width: 28px;
    height: 28px;
    display: inline-block;

}
.product-box .tab-menu.nav-tabs>li.active>a .icon-a{
    background-image: url("../img/index_product_02_a@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li.active>a .icon-b{
    background-image: url("../img/index_product_02_b@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li.active>a .icon-c{
    background-image: url("../img/index_product_02_c@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a .icon-a{
    background-image: url("../img/index_product_01_a@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a .icon-b{
    background-image: url("../img/index_product_01_b@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a .icon-c{
    background-image: url("../img/index_product_01_c@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a{
    height: 92px;
    line-height: 92px;
    font-size: 16px;
    color: #4d4d4d;
}

.column-box.row{
    height: 260px;
    min-width: 1200px;
    margin: 40px 0 0 0;
}
.column-box>.column{
    float: left;
    width: 260px;
    height: inherit;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}
.column-box>.column:hover>.text-box p{
    display: block;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA;
}
.column-box>.column:hover>.text-box h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mg-t-20;
    animation-name: mg-t-20;
}
.column-box>.column:hover>.text-box .more-link{
    margin-top: 0;
}

.column-box>.column:hover>img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.column-box>.column>img{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-C;
    animation-name: imgSize-C;
}
.column-box>.column>.text-box:hover{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-animeter-A;
    animation-name: bg-animeter-A;
}

.column-box>.column>.text-box{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
    background-color: rgba(0,0,0,0.2);
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left:0;
}
.header-nav.scroll-nav{
    border-bottom: 1px solid #cccccc;
    width: 100%;
    background-color:rgb(255,255,255);
    position: fixed;
    top: 0;
    z-index: 103;
    height: 60px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: scroll-nav;
    animation-name: scroll-nav;
}
.header-nav.scroll-nav .nav-content-lg-box{

}
.nav-lg-content{
    margin-top: 44px;
    width: 800px;
    float: right;
    text-align:right;
}
.lxwm{
}

.lxwm_left{
	background: url(../img/lxwm.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	height: 450px;
	position: relative;
}
.lxwm_left_ewm{
	display: none;
}
.lxwm_left_title{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	margin: 70px 0 30px 30px;
}
.lxwm_left .lxwm_left_ul{
	margin: 0 0 0 30px;
}
.lxwm_right{
	height: 450px;
}
.lxwm_right img{
	width: 100%;
	height: 100%;
}
.nav-lg-content>li{
    float: right;
    margin: 0 7px;
    line-height: 40px;
    height: 40px;
    position: relative;
}
.nav-lg-content>li>a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    border-radius:0;
}
.nav-lg-content>li.active>a{
    background-color: #1a498f;
}

.scroll-nav .nav-lg-content{
    margin: 10px 0 0 0;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scroll-nav-mg;
    animation-name: scroll-nav-mg;
}
.scroll-nav .nav-content-lg-box .header-nav-top-btns{
    display: none;
}

.scroll-nav .nav-content-lg-box .navbar-brand{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.scroll-nav .nav-content-lg-box .navbar-brand{
    display: none;
}
.scroll-logo{
    display: none;
    line-height: 60px;
}
.scroll-logo img{
    margin-top: 5px;
    height: 50px;
    width: auto;
}
.scroll-nav .nav-content-lg-box .navbar-brand.scroll-logo{
    display: block;
}
.column-box>.column>.text-box h2{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
    height: 28px;
    margin:60px 0 0 25px;
}
.column-box>.column>.text-box p{
    display: none;
    text-align: justify;
    width: 210px;
    margin: 18px auto 0 auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    height: 120px;
}
.column-box>.column>.text-box .more-link{
    margin: 60px 0 0 25px;
    display: block;
    width: 154px;
    height: 54px;
    border: 1px solid #ffffff;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.column-box>.column>.text-box .more-link:active{
    opacity: 0.5;
}
.column-box>.column>.text-box .more-link .glyphicon{
    display: inline-block;
    top: 3px;
}
.column-box>.column>.text-box:hover .more-link{
    text-decoration: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-animeter-B;
    animation-name: bg-animeter-B;
    border: none;
}
.liability-box .link-box{
    overflow: hidden;
    height: 100%;
    width: 540px;
    float: left;
    cursor: pointer;
    position: relative;
}
.liability-box .link-box img{
    height: 110%;
    width: 110%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-B;
    animation-name: imgSize-B;
}
.liability-box .link-box:hover img{
    text-decoration: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-A;
    animation-name: imgSize-A;
}
.liability-box .link-box.mg-20{
    margin-right: 20px;
}
.liability-box {
    margin-top: 40px;
    width: 100%;
    height: 220px;
    min-width: 1200px;
}
.liability-box .link-box h2{
    z-index: 100;
    width: 50%;
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    height: 28px;
    line-height: 28px;
    top: 50%;
    left: 10%;
    margin-top: -14px;
}
.index-news-box{
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.news-box{
    width: 100%;
}
.xz_dis{
	display: none;
}
.news_sylist_title{
	text-align: center;
	position: relative;
}
.news-box .tab-content .top-box{
    margin-top: 16px;
    width: 100%;
    height: 140px;
}
.news-box .tab-content .top-box .pull-left{
    height: 100%;
    width: 210px;
    overflow: hidden;
    padding: 0;
}
.news-box .tab-content .top-box .pull-left img{
    height: 100%;
    width: auto;
}
.news-box .tab-content .top-box .pull-right{
    width: 890px;
    height: 100%;
    padding: 0 4%;
}
.news-box .tab-content .top-box .pull-right .title{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
}
.news-box .tab-content .top-box .pull-right .text{
    display: inline-block;
    width:100%;
    height: 108px;
    line-height: 26px;
    font-size: 14px;
    color: #676767;
    overflow: hidden;
}
.news-box .tab-content .list-box{
    margin-top: 10px;
    width: 100%;
}
.news-box .tab-content .list-box>li{
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.news-box .tab-content .list-box>li:hover{
    background-color: #ededed;
}
.news-box .tab-content .list-box>li .pull-left{
    height: 54px;
    width: 72px;
    overflow: hidden;
}
.news-box .tab-content .list-box>li .pull-left img{
    height: 100%;
    width: 100%;
}
.news-box .tab-content .list-box>li .pull-right{
    width: 1000px;

}
.news-box .tab-content .list-box>li .pull-right>h4{
    margin-top: 4px;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}
.news-box .tab-content .list-box>li .pull-right>p{
    color: #676767;
    font-size: 12px;
    line-height: 20px;
}

.index-news-box .video-box{
    margin-top: 15px;
    background: url("../img/video_img.jpg") center no-repeat;
    cursor:pointer;
    width: 540px;
    height: 406px;
    text-decoration: none;
}
.footer-box{
    margin-top: 40px;
    width: 100%;
    min-height: 200px;
    min-width: 1200px;
    background-color: #4a494e;
}
.footer-box .top{
    padding-top: 30px;
    margin: 0 auto;
    width: 1200px;
    height: 210px;
}
.footer-box .bottom{
    background-color: #313133;
    color: #d5d5de;
    line-height: 30px;
    width: 100%;
    text-align:center;
}
.internal-link-box{
	width: 645px;
    color: #fff;
    border-right: 1px solid #616066;
    margin-top: 10px;
}
.internal-link-box>li{
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    width: 310px;
    float: left;
}
.internal-link-box>li img{
	float: left;
	width: 40px;
	height: 40px;
}
.internal-link-box>li span{
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 5px;
}
.internal-link-box>li>a{
    display: inline-block;
    color: #ffffff;
    padding: 0 10px 0 0;
}
.footer-box .company-information{
    overflow: hidden;
    height: 183px;
    padding-left: 35px;
    border-left: 1px solid #616066;
    width: 420px;

}
.company-information>img{
    display: inline-block;
    margin-bottom: 20px;
}
.company-information>p{
    line-height: 36px;
    color: #ffffff;
}

.friendship-link{
    margin-left: 25px;
    float: left
}

.friendship-link.btn-group>.btn{
    color: #ffffff;
    width: 240px;
    background-color: #56555a;
    border-radius: 0;
    border: none;
}
.footer-box .weixin{
    margin-left: 25px;
    cursor:pointer;
    text-align: center;
}
.index-content-box{
    width: 1200px;
    margin: 40px auto 0 auto;
    min-height: 300px;
}
.index-banner{
    width: 100%;
    min-width: 1200px;
    height: 520px;
}
.column.animated.animate-right{
    margin-right: 0;
}
.index-sidebar{
    display: none;
}
.header-xs-search{
    display: none;
}
.index-banner .swiper-slide{
    overflow: hidden;
}
.index-banner .swiper-slide img.hidden-xs{
    max-width: 1920px;
}
.index-banner{
    min-width: 1200px;
}
.index-banner .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 100%;

}
.index-banner .swiper-slide img.hidden-xs{
    width: 1920px;
    height: 520px;
    position: absolute;
    top: 0;
    z-index: 100;
}
/*   首页 结束   */



/*列表页*/
.list-banner{
    text-align: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.middle-content{
    width: 1200px;
    margin: 40px auto 0 auto;
    min-height: 500px;
    min-width: 1200px;
}
.listPage-sidebar{
    padding-left: 0;
    min-height: 300px;

}
.listPage-content{
    min-height: 300px;
    padding-right: 0;
}

.listPage-sidebar .title{
    line-height: 80px;
    height: 80px;
    font-size: 28px;
    color: #1a498f;
    text-align: center;
    background-color: #d0e8ff;
}

.listPage-sidebar .link{
    color: #333333;
    line-height: 50px;
    height: 70px;
    text-align: center;
    font-size: 18px;
    background-color: #edf6fe;
    padding: 10px 20px 10px 20px;

}
.listPage-sidebar .link:hover a{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}
.listPage-sidebar .link>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.listPage-sidebar .link.active>a{
    background-color: #1a498f;
    color: #ffffff;
}

.listPage-content .list-box>li{
    padding: 0;
}
.listPage-content>.title{
    padding: 0 0 8px 0;
    border-bottom: 1px solid #c7e1fa;
}
.listPage-content .title ol.breadcrumb{
    font-size: 14px;
    text-align: right;
    margin:0;
    background:none;
    padding-right: 0;
}
.listPage-content .title h2.pull-left{
    margin-top: 6px;
    padding: 0;
    font-size: 24px;
    color: #1a498f;
}
.listPage-content .list-box{
    padding: 0;
    width: 100%;
}
.listPage-content .list-box>li{
    width: 100%;
    padding: 24px 20px;
    overflow: hidden;
}
.listPage-content .list-box li .date{
    width: 90px;
    height: 68px;
    float: left;

}
.listPage-content .list-box li .text{
    
    float: right;
    text-align: justify;
}
.listPage-content .list-box li .date .day,.listPage-content .list-box li .date .years{
    display: inline-block;
    width: 100%;
    height: 50%;
    line-height: 24px;
    text-align: right;
    color: #1a498f;
    font-family: Arial;
}
.listPage-content .list-box li .text h4{
    font-size: 20px;
    color: #000000;
    line-height: 22px;
    height: 22px;
    width: 100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}
.listPage-content .list-box li .text p{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    height: 48px \9;
    overflow: hidden;
    margin-top: 14px;
    color: #666;
}
.listPage-content .list-box li .date .day{
    font-size: 30px;
    text-align: right;
}
.listPage-content .list-box>li:hover{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-cl-B;
    animation-name: bg-cl-B;
    background-color: #edf6fe \9;
}
.list-banner img{
    display: inline-block;
}
.listPage-content .list-box>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.listPage-content .list-box>li:hover .link-btn
{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: font-color-A;
    animation-name: font-color-A;
}
.listPage-content .list-box>li .link-btn{
    width:160px;
    border: 1px solid #7fae4f;
    margin-top: 10px;
    line-height: 36px;
    font-size: 14px;
    color: #7fae4f;
    display: inline-block;
    text-align: center;
    float: right;
}
.listPage-content .list-box>li .link-btn:active{
    opacity: 0.6;
}
.listPage-pageNav .pagination>li>a, .pagination>li>span{
    color: #1a498f;
    padding: 12px 20px;
}
.listPage-pageNav .pagination>.active>a{
    background-color: #1a498f;
    color: #ffffff;
}

/*详情页*/
.detailsPage-body{
    background-color: #f7f7f7;
}
.detailsPage-titleBox{
    width: 100%;
    overflow: hidden;
    background-color: #fdf8f7;
    border-top: 1px solid #ead8d4;
    border-bottom: 1px solid #ead8d4;
}
.detailsPage-titleBox .content{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.detailsPage-titleBox .content .breadcrumb{
    margin: 10px 0;
    padding-left: 0;
    background:none;
}
.detailsPage-titleBox .content .title{
    text-align: center;
}
.detailsPage-titleBox .content .title h1{
    width: 100%;
    font-size: 28px;
    line-height: 42px;
    padding: 10px 40px 16px 40px;
    font-weight: bold;
    color: #000000;
}
.detailsPage-titleBox .content .title p{
    font-size: 14px;
    color: #aeaeae;
    width: 100%;
    margin-bottom: 16px;
}
.detailsPage-titleBox .content .title p .text{
    padding: 0 10px;
}
.fontSize-btns-title{
    margin:0 0 0 10px;
}
#fontSizeReduce,#fontSizePlus{
    color: #d02300;
    font-size: 10px;
}
.detailsPage-content{
    width: 100%;
    background-color: #ffffff;
    min-height: 500px;
    padding: 20px;
    font-size: 16px;
}
.detailsPage-content img{
    max-width: 100%;
    display: inline-block;
}
.detailsPage-content p{
    width: 100%;
    text-align: justify;
    text-indent: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.detailsPage-content *{
    padding: 6px 0;
    text-align: justify;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.product-content .content{
    display: block;
    width: 100%;
    height: 100%;
}
.product-box .tab-content{
    height:276px;
    padding: 0;
}
.product-list.row{
    clear: both;
    margin: 0;
    padding-top: 20px;
}
.product-list li{
    text-align: center;
    margin-bottom: 55px;
}
.product-list li img{
    width: 100%;
    height: 195px;
    display: block;
    border: #ddd 1px solid;
}
.product-list li h4{
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #000000;
}
.product-list li>a{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-decoration: none;
}


.product-list li .img-box{
    width: 100%;
    overflow: hidden;
}
.imgSize-01{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-01;
    animation-name: imgSize-01;
}

.imgSize-02{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.bg-color-01{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}

.bg-color-02{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-02;
    animation-name: bg-color-02;
}
.productDetails-title .product-img{
	width: 250px;
	height: 200px;
}
.productDetails-title .product-text{
	width: 780px;
}
.detailsPage-titleBox.productDetails-title .content .product-text h1{
	line-height: 28px;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
.detailsPage-titleBox.productDetails-title .content .title .product-fontSize{
	text-align: right;
	margin-bottom: 0;
}
.productDetails-title .title{
	padding:20px 15px 24px 0;
	
}
.productDetails-title .title .product-text h2{
	width:100%;
	margin-bottom: 26px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
	color: #999999;
}
.productDetails-title .product-text>.text{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.productDetails-title .product-text>.text h4{
	width: 10%;
	font-size: 14px;
	float: left;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.productDetails-title .product-text>.text p{
	font-size: 14px;
	color: #4c4c4c;
	width: 90%;
	line-height: 20px;
	max-height: 40px;
	float: left;
}
.detailsPage-content.productDetails-content p{
	text-indent:0
}
.listPage-content .list-box.brief{
	text-align: center;
	padding: 20px 20px;
	clear: both;
}
.listPage-content .list-box.brief p{
	text-align: justify;
	padding: 0 0 20px 0;
	line-height: 26px;
	font-size: 14px;
	text-indent:28px;
}
.listPage-content .list-box.brief img{
	max-width: 100%;
	padding: 0 0 20px 0;
}
.shzp-box,.xyzp-box {
    width: 520px;
    height: 500px;
    background-color: #b3b3b3;
    padding: 0;
    display: block;
}
.shzp-box{
    float: left;
}
.xyzp-box{
    float: right;
}
.rczp-box .img-box{
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.rczp-box .img-box img{
    width: 100%;
    display: block;
    height: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-01;
    animation-name: imgSize-01;
}
.rczp-box:hover .img-box img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.rczp-box h2{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e4e8ed;
    color: #23262f;
    font-size: 20px;
    font-weight: normal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-02;
    animation-name: bg-color-02;
}
.rczp-box:hover h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}
.rczp-list-content{
    padding: 30px 0 0 0;
    clear: both;
}
.rczp-body .listPage-content{
    padding-left: 0;
}
.rczp-list-content .screen-box{
    width: 100%;
    border: 1px solid #dddddd;
}
.rczp-list-content .screen-box .title{
    width: 100%;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #f7f7f7;

    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.rczp-list-content .screen-box .title:active{
    opacity: 0.8;
}
.rczp-list-content .screen-box .body{
    border-top: 1px solid #dddddd;
    padding:10px 30px;
    display: none;
}
.rczp-body .listPage-pageNav{
    text-align: center;
}
.rczp-list-content .screen-box .title .glyphicon{
    right: -960px;
    font-size: 12px;
    top:0;
}
.rczp-list-content .screen-box .body .column{
    overflow: hidden;
    line-height: 34px;
    padding: 13px 0;
}
.rczp-list-content .screen-box .body .column h3{
    line-height: inherit;
    font-size: 16px;
    width: 100px;
}
.rczp-list-content .screen-box .body .column .form-group {
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
}
.rczp-list-content .screen-box .body .column .form-group select{
    width: 200px;
    border-radius: 0;
}
.rczp-list-content .screen-box .body .column .form-group .glyphicon{
    font-size: 12px;
    position: absolute;
    right:10px;
    top:12px
}
.rczp-list-content .screen-box .body .column .btn-group{
    width: 938px;
}
.rczp-list-content .screen-box .body .column .btn-group a.active{
    color: #ffffff;
    background-image: linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    border-color: #0074cc;
}
.rczp-list-content .screen-box .body .column .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.rczp-list-content .screen-box .body .column .btn-group>.btn:last-child:not(:first-child){
    border-radius:0
}
.rczp-list-content .search-box .input-group .input-group-addon{
    border-radius:0;
    color:#333333;
    width: 120px;
}
.rczp-list-content .search-box .form-control{
    border-radius:0;
    width: 400px;
}
.rczp-list-content .search-box{
    overflow: hidden;
    padding: 20px 0;
}
.rczp-list-content .search-box .btn {
    width: 120px;
    border-radius: 0;
    background-image:linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    border: none;
    padding: 7px 12px;
}

.rczp-table-box thead{
    background-color: #f7f7f7;
}
.rczp-table-box .table-box thead tr td{
    padding:14px 20px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.rczp-table-box .table-box tbody tr td{
    font-size: 14px;
    padding:10px 20px;
}
.rczp-body .pagination{
    margin: 0;
}
.listPage-pageNav .pagination>li>a{
    color: #1a498f;
    padding: 10px 16px;
}
.screen-pop-box{
    display: none;
}
.rczp-details .detailsPage-titleBox .content .title{
    padding: 0 30px 24px 30px;
}
.rczp-details .detailsPage-titleBox.productDetails-title .content .product-text h1{
    margin-bottom: 30px;
    margin-top: 20px;
}
.rczp-details .productDetails-title .product-text{
    width: 660px;
}
.rczp-details .listPage-content{
    padding-left: 0;
}
.rczp-details .detailsPage-content{
    padding: 30px;
}
.rczp-details .productDetails-title .product-text>.text{
	width: 50%;
}
.rczp-details .productDetails-title .product-text>.text h4{
    width:24%
}
.rczp-details .productDetails-title .product-text>.text p{
    width: 76%;
}
.xz_zwld{
	display: block;
	float: left;
	border: #ccc 1px solid;
	padding: 0 10px;
	height: 24px;
	line-height: 22px;
	background: none;
	margin: 10px 10px 0 0;
	font-size: 12px;
}
.rczp-details .title .btn-box{
    width: 300px;
    padding-top: 60px;
}
.rczp-details .title .btn-box .btn{
    border: none;
    width: 300px;
    line-height: 60px;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    height: 60px;
    background-image: linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
}
.rczp-details .title .btn-box .link{
    display: inline-block;
    margin-top: 10px;
    color: #a4abb3;
    font-size: 14px;
}
.rczp-list-content .screen-box .body .column .btn-group>.btn{
    margin-bottom: 10px;
}
.rczp-form .middle-content{
    padding: 20px 30px;
    background-color: #ffffff;
}
.rczp-form .middle-content .form-title{
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid #cccccc;
}
.rczp-form .middle-content .form-title span{
    margin-left: 50px;
    font-size: 12px;
    color: #999999;
}
.rczp-form .middle-content .form-horizontal{
    padding-top: 20px;
}
.rczp-form .middle-content .form-horizontal label{
    font-size: 16px;
    padding-right:6px;
}

.rczp-form .form-group .col-sm-10,.rczp-form .form-group .col-sm-3,.rczp-form .form-group .col-sm-2,.rczp-form .form-group .col-sm-4,.rczp-form .form-group .col-sm-5,.rczp-form .form-group .col-sm-6{
    padding-left:0;
    padding-right: 15px;
}
.rczp-form .middle-content .form-horizontal .form-group .glyphicon-asterisk{
    position: absolute;
    font-size: 6px;
    color: #ff3300;
    right: 20px;
    top:12px;
}
.ff4d4d{
    font-size: 16px;
    color: #ff4d4d;
    padding: 0 10px;
}
.rczp-form .col-sm-6.link{
    line-height: 34px;
}
.rczp-form .btn.btn-primary.col-sm-3{
    margin-right: 15px;
}
.rczp-form .col-sm-6.link>span{
    color: #b3b3b3;
}
.rczp-form .form-group .uploaded-box.col-sm-offset-2{
    border-radius: 4px;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #cccccc;
}
.rczp-form .form-group .confirm{
    display:block;
    margin: 20px auto;
    width:100%;
    line-height: 42px;
    color: #ffffff;
    background-image:linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
}
.rczp-form .col-xs-12.form-group{
    margin-bottom: 15px;
}
.successPage .detailsPage-titleBox .success-content{
    min-height: 400px;
    text-align: center;
}
.successPage .detailsPage-titleBox .success-content img{
    display: inline-block;
    margin-top: 64px;
}
.successPage .detailsPage-titleBox .success-content h2{
    font-size: 24px;
    font-weight:bold;
    color: #10aa00;
    margin-top: 24px;
}
.successPage .detailsPage-titleBox .success-content p{
    font-size: 14px;
    margin-top: 38px;
    color: #8a9199;
}
.xxhpt .link{
    float:left;
    width: 340px;
    height: 420px;
    background-color: #e1ebf8;
}
.xxhpt .link .img-box{
    display: block;
    width: 340px;
    height: 340px;
    overflow: hidden;
    line-height: 340px;
    text-align: center;
}
.xxhpt .link .img-box img{
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: imgSize-01;
    animation-name: imgSize-01;
}
.xxhpt .link h3{
    line-height: 80px;
    text-align: center;
    color: #333333;
    font-size: 20px;
}
.xxhpt .link:hover h3{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}
.xxhpt .link:hover .img-box img{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.xxhpt .link-01{
    margin-right: 40px
}
.xxhpt .link-02{
    margin-right: 40px
}
.xxhpt .link-03{
}
.xxhpt .link-04{
    margin-top: 40px;
    margin-right: 40px
}
.xxhpt .link-05{
    margin-top: 40px;
    margin-right: 40px
}
.xxhpt .link-06{
    margin-top: 40px;
}
.video-pop{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 1010;
}
.video-pop>video{
    position: absolute;
    top:50%;
    margin-top: -360px;
    left: 50%;
    margin-left: -640px;
}
.sj_kstd{
	display: none;
}
.list_margin.row{
	margin-bottom: 30px;
}
.list_margin li h4{
	text-align: left;
	padding: 0 15px;
	height: auto;
}
.list_margin li h4 span{
	display: block;
}
.menu_sub{
	/*width: 100%;*/
	line-height: 50px;
	font-size: 1.1em;
    background-color: #fdf8f7;
    border-top: 1px solid #ead8d4;
    border-bottom: 1px solid #ead8d4;
}
.menu_sub ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.menu_sub ul a{
	color: #333;
}
.menu_sub ul a.active{
	color: #5c9002;
}
.menu_sub ul a:hover{
	color: #5c9002;
}
.jtjj{
	margin-top: 20px;
}
.jtjj_top{
	background: url(../img/jjtj_bg.png) no-repeat right;
}
.jtjj_top_title{
	position: relative;
	height: 60px;
	padding: 0 0 0 40px;
}
.jtjj_top_title_f1{
	font-size: 24px;
	position: absolute;
	top: 14px;
}
.jtjj_top_title_f1 span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px #1a498f solid;
}
.jtjj_top_title_f2{
	color: #facec4;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
.jtjj_top img{
	width: 100%;
}
.jtjj_top_con{
	line-height: 44px;
	padding: 30px 0 0 40px;
	font-size: 18px;
}
.jtjj_zjjj{
	width: 100%;
	text-align: center;
}
.jtjj_zjjj img{
	width: 90%;
}
.jtjj_bottom{
	padding: 40px 0;
}
.fzlc_img1{
	width: 100%;
	text-align: center;
}
.fzlc_img1 img{
	width: 100%;
}
.fzlc_img2{
	display: none;
}
.fzlc_img2 img{
	width: 100%;
}
.news_sylist_box{
	height: 360px;
	padding-top: 10px;
	position: relative;
}
.news_sylist_box:hover{
	background: #eeeeee;
}
.date{
	font-size: 14px;
	color: #666;
	line-height: 60px;
}
.date h3{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
}
.date span{
	display: inline-block;
	font-size: 14px;
	border-top: #ddd 2px solid;
	width: 80px;
	height: 40px;
	line-height: 40px;
}
.news_sylist1_title{
	padding: 10px;
	text-align: left;
	color: #333;
	font-size: 18px;
}
.news_sylist_con{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 10px;
}
.ckgd{
	background: url(../img/ck2.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 25px;
}
.news_sylist_box:hover .ckgd{
	background: url(../img/ck1.png) no-repeat;
}
.news_sylist_title{
	position: relative;
	text-align: center;
	height: 80px;
	padding-bottom: 40px;
	margin-top: 20px;
	box-sizing: content-box;
}
.news_sylist_title_top{
	position: absolute;
	z-index: 9;
	text-align: center;
	background: #fff;
	font-size: 24px;
	width: 144px;
	left: 50%;
	margin: 0 0 0 -72px;
}
.news_sylist_title_top span{
	color: #1a498f;
	text-align: center;
}
.news_sylist_title_border{
	position: absolute;
	width: 300px;
	height: 1px;
	background: #eee;
	top: 13px;
	left: 50%;
	margin: 0 0 0 -150px;
}
.news_sylist_title_bottom{
	font-size: 13px;
	color: #666;
	position: absolute;
	top: 35px;
	width: 100%;
	text-align: center;
}
.more{
	clear: both;
}
.more a{
	display: inline-block;
	border-radius: 3px;
	background: #333;
	font-size: 18px;
	color: #fff;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-left: 490px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.sy_jtjj{
	background: url(../img/sy_bg.png) no-repeat;
	height: 530px;
	padding-top: 80px;
}
.sy_jtjj_title{
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	width: 200px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #1a498f;
	border-radius: 3px;
}
.sy_jtjj_con{
	width: 950px;
	margin: 0 auto;
	line-height: 26px;
	color: #f4f2ec;
	font-size: 16px;
	padding: 50px 0;
}
.sy_jtjj_icon{
	color: #fff;
	width: 880px;
	margin: 110px auto 0;
}
.sy_jtjj_icon li{
	width: 200px;
	height: 42px;
	line-height: 42px;
	float: left;
	border: #fff 1px solid;
	border-radius: 6px;
	padding: 0 0 0 85px;
	margin: 0 10px;
}
.icon1{
	background: url(../img/icon1.png) no-repeat 45px 1px;
}
.icon2{
	background: url(../img/icon2.png) no-repeat 45px 1px;
}
.icon3{
	background: url(../img/icon3.png) no-repeat 45px 1px;
}
.icon4{
	background: url(../img/icon4.png) no-repeat 45px 1px;
}

.column-box{
	display: none;
}
.sy_cgal_left img{
	height: 370px;
	width: 100%;
}
.sy_cgal_left_title{
	font-size: 16px;
	color: #333;
	height: 36px;
	line-height: 36px;
}
.sy_cgal_left_show{
	font-size: 14px;
	color: #666;
}
.sy_cgal_right img{
	width: 100%;
	height: 160px;
}
.sy_cgal_right_box{
	height: 220px;
	margin-bottom: 10px;
}
.sy_cgal_right_box .sy_cgal_left_title{
	line-height: 20px;
	padding: 5px 0;
}
.sy_cgal_title{
	text-align: center;
}
.sy_cgal_title1{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}
.sy_cgal_title2{
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.sy_cgal_title3{
	width: 40px;
	display: inline-block;
	height: 2px;
	background: #1a498f;
	margin-bottom: 30px;
}
.index_fl1_title{
	padding: 27px 0 0;
}
.index_fl1_title span{
	display: inline-block;
	font-size: 30px;
	border-bottom: #1a498f 2px solid;
	height: 36px;
	padding: 5px 0 0 0;
	box-sizing: content-box;
}
.index_fl1_left_cont{
	padding: 50px 0 0;
}
.index_fl1_left_cont_title{
	font-size: 24px;
	border-bottom: #ddd 1px solid;
	box-sizing: content-box;
	height: 40px;
}
.index_fl1_left_cont_show{
	height: 180px;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	margin: 15px 0 40px; 
	color: #666;
}
a.index_fl1_left_cont_more{
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #1a498f;
}
a.index_fl1_left_cont_more:hover{
	color: #fff;
}
.index_fl2{
	margin: 80px 0 0;
	background: url(../img/index_fl2_bg.jpg) no-repeat center;
	padding: 0 0 50px;
}
.index_fl2_title{
	text-align: center;
	padding: 65px 0 20px;
	box-sizing: content-box;
	height: 100px;
}
.index_fl2_title span{
	display: block;
	font-size: 30px;
	color: #fff;
	height: 30px;
	padding: 15px 0 0;
}
.index_fl2 .tab-menu{
	width: 80%;
	margin: 0 auto;
}
.index_fl2 .tab-menu li a{
	background: #1a498f;
	color: #fff;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	border-radius: 0;
}
.index_fl2 .tab-menu li.active a{
	background: #82b54e;
	color: #fff;
	border: 0;
}
.index_fl2 .tab-menu li:hover a{
	background: #82b54e;
	color: #fff;
	border: 0;
}
.product-content .content{
	border: #fff solid 3px;
    background: #fff;
    overflow:hidden
}
.product-content .content:hover{
	border: #82b54e solid 3px;
	background: #82b54e;
	color: #fff;
}
.product-content .content h3{
	text-align: left;
	padding: 0 5px;
}
.product-content .content:hover h3{
	color: #fff;
}
.tab-content{
	margin: 50px 0 0;
}
.product-content .content span{
	background: url(../img/index_fl2_more1.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 5px 5px 10px;
	display: block;
}
.product-content .content:hover span{
	background: url(../img/index_fl2_more.png) no-repeat;
}
.index_fl3{
	background: #eee;
}
.index_fl3 .index-content-box{
	margin: 0 auto;
}
.index_fl3_title{
	text-align: center;
	padding: 80px 0 0;
	box-sizing: content-box;
	height: 130px;
}
.index_fl3_title span{
	display: block;
	font-size: 30px;
	padding: 5px 0 0;
}
.fl3_box_more{
	clear: both;
	text-align: center;
	box-sizing: content-box;
	padding: 50px 0;
}
.index_fl4 .index_fl3_title{
	padding: 40px 0 0;
}
.index_fl4_cont_left_title{
	border-bottom: #ddd 1px solid;
	margin: 5px 0 0;
}
.index_fl4_cont_left_title span{
	display: inline-block;
	border-bottom: #1a498f 2px solid;
	color: #1a498f;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}
.index_fl4_cont_left_title a{
	float: right;
	margin-top: 6px;
}
.index_fl4_cont_left_ul{
	margin: 10px 0 0;
}
.index_fl4_cont_left_ul li{
	height: 38px;
	line-height: 38px;
}
.index_fl4_cont_left_ul a{
	color: #444;
	padding: 0 0 0 5px;
}
.index_fl4_cont_left_ul span{
	float: right;
}
.index_fl4_cont{
	padding: 0 0 30px;
	box-sizing: content-box;
}
.index_fl4_cont_right{
	padding: 0 0 0 70px;
	box-sizing: border-box;
}
.index_fl4_cont_right{
	position: relative;
	height: 322px;
	overflow: hidden;
}
.index_fl4_cont_right_img{
	position: absolute;
	z-index: 1;
}
.index_fl4_cont_right img{
	width: 100%;
}
.index_fl4_cont_right_bg{
	position: absolute;
	z-index: 2;
	height: 40px;
	background: #1a498f;
	width: 100%;
	bottom: 0;
    filter:alpha(opacity:80); 
    opacity:0.8;  
    -moz-opacity:0.8; 
    -khtml-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
.index_fl4_cont_right_wz{
	position: absolute;
	z-index: 3;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}
.foot_box{
	background: url(../img/foot_bg.jpg) no-repeat center top;
	padding: 220px 0 0;
}
.foot_box_top{
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 10px;
}
.foot_middle{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}
.foot_middle a{
	color: #333;
}
.foot_bottom{
	text-align: center;
	border-top: #ccc solid 1px;
	height: 46px;
	line-height: 46px;
}
.list_banner_show{
	margin: -210px auto 0;
	text-align: left;
	width: 1200px;
	color: #fff;
}
.list_banner_show strong{
	font-size: 40px;
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
}
.list_banner_show div{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.list_box_img img{
	width: 100%;
	height: 120px;
}
.list-box li:hover h4{
	color: #7fae4f;
}
.cgal .product-content{
	margin-bottom: 30px;
}
.fgs_list{
	
}
.fgs_list li{
	height: 400px;
	position: relative;
	margin: 20px 0 140px;
}
.fgs_list_left{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 400px;
}
.fgs_list_left img{
	width: 100%;
	height: 100%;
}
.fgs_list_right{
	padding: 30px 45px;
	z-index: 2;
	right: 0;
	top: 40px;
	height: 330px;
	background: #fff;
	position: absolute;
    filter:alpha(opacity:90); 
    opacity:0.9;  
    -moz-opacity:0.9; 
    -khtml-opacity: 0.98;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*兼容ie8及以下*/
}
.fgs_list_right h4{
	font-size: 22px;
	color: #1a498d;
}
.fgs_list_right p{
	font-size: 16px;
	color: #666;
	height: 180px;
	line-height: 36px;
	overflow: hidden;
	margin-top: 25px;
}
.fgs_list_right .fgs_more{
	text-align: left;
}
.fgs_list_right .fgs_more a{
	display: inline-block;
	color: #1a498f;
	border-bottom: 3px solid #1a498f;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.posi_dw .fgs_list_left{
	right: 0;
	left: auto;
}
.posi_dw .fgs_list_right{
	left: 0;
}
.fgs_jj_title{
	font-size: 24px;
	text-align: center;
	height: 30px;
	padding: 20px 0;
	box-sizing: content-box;
}
